This command is new in PageMaker 6.5
PMoveLayer(const char * sFromLayer, const char * sToLayer);
const char * sFromLayer;
Layer to move.const char * sToLayer;
The layer that the layer being moved will be in front of.
PMoveLayer(const char * sFromLayer);
Example. The following example will move "Layer 2" in front of "Layer 1".const char * sFromLayer;
Layer to move. This layer will be moved to the bottom.
PMoveLayer("Layer 2", "Layer 1");
The PGetLayerFromID, PGetLayerList, PGetLayerOptions, PGetPasteRemembers, and PGetTargetLayer queries
Comments or suggestions? Contact Adobe Developer Support